From: Tim Starling Date: Sun, 22 Apr 2007 22:03:02 +0000 (+0000) Subject: syntax error X-Git-Tag: 1.31.0-rc.0~53281 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=568ec10605d97a02208bc38dbdb43e653dfe1add;p=lhc%2Fweb%2Fwiklou.git syntax error --- diff --git a/includes/Wiki.php b/includes/Wiki.php index 0080c6766f..dbdec4a184 100644 --- a/includes/Wiki.php +++ b/includes/Wiki.php @@ -61,7 +61,7 @@ class MediaWiki { list( $host, $lag ) = $wgLoadBalancer->getMaxLag(); if ( $lag > $maxLag ) { header( 'HTTP/1.1 503 Service Unavailable' ); - header( 'Retry-After: ' . max( intval( $maxLag ), 5 ); + header( 'Retry-After: ' . max( intval( $maxLag ), 5 ) ); header( 'Content-Type: text/plain' ); echo "Waiting for $host: $lag seconds lagged\n"; return false;